text = "What date do you want to use to begin generating schedule information?"
endwith
this.LABELMONTHS = new TEXT(this)
with (this.LABELMONTHS)
height = 2
left = 11
top = 9
width = 41
metric = 0
colorNormal = "BtnText"
fontName = "MS Sans Serif"
fontSize = 8
text = "How many months of schedule information would you like to generate?"
endwith
this.LISTTEMPLATE = new LISTBOX(this)
with (this.LISTTEMPLATE)
onSelChange = class::LISTTEMPLATE_ONSELCHANGE
onOpen = class::LISTTEMPLATE_ONOPEN
height = 7.0909
left = 11
top = 5.5
width = 31
metric = 0
id = 110
fontName = "MS Sans Serif"
fontSize = 8
colorHighLight = "HighLightText/HighLight"
pageno = 2
endwith
this.LABELSELECT = new TEXT(this)
with (this.LABELSELECT)
height = 1
left = 36
top = 6.5
width = 20
metric = 0
colorNormal = "BtnText"
fontName = "MS Sans Serif"
fontSize = 8
text = " Selected:"
pageno = 3
endwith
this.LISTSELECT = new LISTBOX(this)
with (this.LISTSELECT)
onSelChange = class::REFRESHDAYS
height = 6
left = 36
top = 7.5
width = 28
metric = 0
id = 115
fontName = "MS Sans Serif"
fontSize = 8
colorHighLight = "HighLightText/HighLight"
pageno = 3
endwith
this.RADIOGEN = new RADIOBUTTON(this)
with (this.RADIOGEN)
onChange = class::RADIOCHANGE_ONCHANGE
transparent = false
height = 1
left = 6
top = 9
width = 54
text = "Apply Template Changes to Current Generation Only"
metric = 0
colorNormal = "WindowText/BtnFace"
fontName = "MS Sans Serif"
fontSize = 8
group = true
value = true
pageno = 4
endwith
this.RADIOSAVE = new RADIOBUTTON(this)
with (this.RADIOSAVE)
onChange = class::RADIOCHANGE_ONCHANGE
transparent = false
height = 1
left = 6
top = 10.25
width = 35
text = "Save Changes to Selected Template"
metric = 0
colorNormal = "WindowText/BtnFace"
fontName = "MS Sans Serif"
fontSize = 8
group = false
value = false
pageno = 4
endwith
this.RADIONEW = new RADIOBUTTON(this)
with (this.RADIONEW)
onChange = class::RADIOCHANGE_ONCHANGE
transparent = false
height = 1
left = 6
top = 11.5
width = 25
text = "Save as New Template"
metric = 0
colorNormal = "WindowText/BtnFace"
fontName = "MS Sans Serif"
fontSize = 8
group = false
value = false
pageno = 4
endwith
this.CHECKSUNDAY = new CHECKBOX(this)
with (this.CHECKSUNDAY)
enabled = false
transparent = false
height = 1
left = 65
top = 6.5
width = 14
text = "Sunday"
metric = 0
colorNormal = "WindowText/BtnFace"
fontName = "MS Sans Serif"
fontSize = 8
value = false
group = true
pageno = 3
endwith
this.CHECKMONDAY = new CHECKBOX(this)
with (this.CHECKMONDAY)
enabled = false
transparent = false
height = 1
left = 65
top = 7.5
width = 14
text = "Monday"
metric = 0
colorNormal = "WindowText/BtnFace"
fontName = "MS Sans Serif"
fontSize = 8
value = false
group = true
pageno = 3
endwith
this.CHECKTUESDAY = new CHECKBOX(this)
with (this.CHECKTUESDAY)
enabled = false
transparent = false
height = 1
left = 65
top = 8.5
width = 14
text = "Tuesday"
metric = 0
colorNormal = "WindowText/BtnFace"
fontName = "MS Sans Serif"
fontSize = 8
value = false
group = true
pageno = 3
endwith
this.CHECKWEDNESDAY = new CHECKBOX(this)
with (this.CHECKWEDNESDAY)
enabled = false
transparent = false
height = 1
left = 65
top = 9.5
width = 14
text = "Wednesday"
metric = 0
colorNormal = "WindowText/BtnFace"
fontName = "MS Sans Serif"
fontSize = 8
value = false
group = true
pageno = 3
endwith
this.CHECKTHURSDAY = new CHECKBOX(this)
with (this.CHECKTHURSDAY)
enabled = false
transparent = false
height = 1
left = 65
top = 10.5
width = 14
text = "Thursday"
metric = 0
colorNormal = "WindowText/BtnFace"
fontName = "MS Sans Serif"
fontSize = 8
value = false
group = true
pageno = 3
endwith
this.CHECKFRIDAY = new CHECKBOX(this)
with (this.CHECKFRIDAY)
enabled = false
transparent = false
height = 1
left = 65
top = 11.5
width = 14
text = "Friday"
metric = 0
colorNormal = "WindowText/BtnFace"
fontName = "MS Sans Serif"
fontSize = 8
value = false
group = true
pageno = 3
endwith
this.CHECKSATURDAY = new CHECKBOX(this)
with (this.CHECKSATURDAY)
enabled = false
transparent = false
height = 1
left = 65
top = 12.5
width = 14
text = "Saturday"
metric = 0
colorNormal = "WindowText/BtnFace"
fontName = "MS Sans Serif"
fontSize = 8
value = false
group = true
pageno = 3
endwith
this.HELPSTEP4 = new TEXT(this)
with (this.HELPSTEP4)
height = 3
left = 13
top = 5
width = 65
metric = 0
colorNormal = "BtnText"
fontName = "MS Sans Serif"
fontSize = 8
text = "That's all the information the wizard needs to generate schedule information. Click on Finish to begin the generation."
pageno = 5
endwith
this.REDARROW1 = new IMAGE(this)
with (this.REDARROW1)
height = 0.6316
left = 7
top = 6
width = 1.8333
metric = 0
dataSource = 'FILENAME "redarrow.gif"'
alignment = 3
borderStyle = 3
endwith
this.IMAGEWAND = new IMAGE(this)
with (this.IMAGEWAND)
height = 3
left = 1.5
top = 0.8
width = 10.1667
metric = 0
dataSource = 'FILENAME "wand.gif"'
alignment = 3
borderStyle = 3
endwith
this.HELPSTEP1 = new TEXT(this)
with (this.HELPSTEP1)
height = 2.5
left = 12
top = 0.75
width = 65
metric = 0
colorNormal = "BtnText"
fontName = "MS Sans Serif"
fontSize = 8
text = "The Schedule Generation Wizard can generate future schedule information based on schedule templates. After generating a schedule, you can modify it from the Fleet Tree and Schedule forms."
endwith
this.REDARROW2 = new IMAGE(this)
with (this.REDARROW2)
height = 0.6316
left = 7
top = 9
width = 1.8333
metric = 0
dataSource = 'FILENAME "redarrow.gif"'
alignment = 3
borderStyle = 3
endwith
this.REDARROW3 = new IMAGE(this)
with (this.REDARROW3)
height = 0.6316
left = 4
top = 0.8
width = 1.8333
metric = 0
dataSource = 'FILENAME "redarrow.gif"'
alignment = 3
pageno = 2
borderStyle = 3
endwith
this.HELPSTEP2 = new TEXT(this)
with (this.HELPSTEP2)
height = 2.5789
left = 7
top = 0.7368
width = 70
metric = 0
colorNormal = "BtnText"
fontName = "MS Sans Serif"
fontSize = 8
text = "Select a schedule template. Each schedule template contains aircraft flight assignments based on the days of the week. You can rename or delete any template except the Standard template."
pageno = 2
endwith
this.REDARROW4 = new IMAGE(this)
with (this.REDARROW4)
height = 0.6316
left = 4
top = 0.8
width = 1.8333
metric = 0
dataSource = 'FILENAME "redarrow.gif"'
alignment = 3
pageno = 3
borderStyle = 3
endwith
this.IMAGEBOLT = new IMAGE(this)
with (this.IMAGEBOLT)
height = 3.0526
left = 1.5
top = 5
width = 10.1667
metric = 0
dataSource = 'FILENAME "bigbolt.gif"'
alignment = 3
pageno = 5
borderStyle = 3
endwith
this.LISTAVAIL = new LISTBOX(this)
with (this.LISTAVAIL)
height = 6
left = 3
top = 7.5
width = 28
metric = 0
id = 139
fontName = "MS Sans Serif"
fontSize = 8
colorHighLight = "HighLightText/HighLight"
pageno = 3
endwith
this.BUTTONSELECT = new PUSHBUTTON(this)
with (this.BUTTONSELECT)
onClick = class::BUTTONSELECT_ONCLICK
height = 1.2273
left = 31.5
top = 9
width = 4
text = ">"
metric = 0
fontName = "MS Sans Serif"
fontSize = 8
group = true
colorNormal = "BtnText/BtnFace"
pageno = 3
value = false
endwith
this.BUTTONREMOVE = new PUSHBUTTON(this)
with (this.BUTTONREMOVE)
onClick = class::BUTTONREMOVE_ONCLICK
height = 1.1818
left = 31.5
top = 10.5
width = 4
text = "<"
metric = 0
fontName = "MS Sans Serif"
fontSize = 8
group = true
colorNormal = "BtnText/BtnFace"
pageno = 3
value = false
endwith
this.LABELAVAIL = new TEXT(this)
with (this.LABELAVAIL)
height = 1
left = 3
top = 6.5
width = 20
metric = 0
colorNormal = "BtnText"
fontName = "MS Sans Serif"
fontSize = 8
text = " Available:"
pageno = 3
endwith
this.LABELCRAFT = new TEXT(this)
with (this.LABELCRAFT)
height = 1
left = 3
top = 4
width = 8
metric = 0
colorNormal = "BtnText"
alignVertical = 1
fontName = "MS Sans Serif"
fontSize = 8
text = "Aircraft:"
pageno = 3
endwith
this.COMBOAIRCRAFT = new COMBOBOX(this)
with (this.COMBOAIRCRAFT)
onChange = class::REFRESHFLIGHTLISTS
height = 1.1
left = 12
top = 4
width = 30
metric = 0
fontName = "MS Sans Serif"
fontSize = 8
pageno = 3
style = 2
endwith
this.HELPSTEP3 = new TEXT(this)
with (this.HELPSTEP3)
height = 3
left = 7
top = 0.75
width = 70
metric = 0
colorNormal = "BtnText"
fontName = "MS Sans Serif"
fontSize = 8
text = "You can modify the template by selecting and removing flight assignments for each aircraft. For each flight assignment, you can select what days of the week to schedule for a selected aircraft. The Flight table determines what days are available for each f";
+ "light."
pageno = 3
endwith
this.BUTTONDELETE = new PUSHBUTTON(this)
with (this.BUTTONDELETE)
onClick = class::BUTTONDELETE_ONCLICK
enabled = false
height = 1.18
left = 50
top = 6.6316
width = 15
text = "Delete..."
metric = 0
fontName = "MS Sans Serif"
fontSize = 8
group = true
colorNormal = "BtnText/BtnFace"
pageno = 2
value = false
endwith
this.BUTTONRENAME = new PUSHBUTTON(this)
with (this.BUTTONRENAME)
onClick = class::BUTTONRENAME_ONCLICK
enabled = false
height = 1.18
left = 50
top = 8.5263
width = 15
text = "Rename..."
metric = 0
fontName = "MS Sans Serif"
fontSize = 8
group = true
colorNormal = "BtnText/BtnFace"
pageno = 2
value = false
endwith
this.ENTRYTNAME = new ENTRYFIELD(this)
with (this.ENTRYTNAME)
enabled = false
height = 1
left = 52
top = 11.5
width = 24
metric = 0
colorHighLight = ""
fontName = "MS Sans Serif"
fontSize = 8
value = "NEWTEMPLATE"
pageno = 4
borderStyle = 7
endwith
this.ELABELNEW = new ENTRYFIELD(this)
with (this.ELABELNEW)
when = {||false}
enabled = false
height = 1
left = 41
top = 11.65
width = 9.5
metric = 0
colorNormal = "BtnText/BtnFace"
colorHighLight = ""
border = false
tabStop = false
fontName = "MS Sans Serif"
fontSize = 8
value = "Template:"
pageno = 4
borderStyle = 3
endwith
this.IMAGE1 = new IMAGE(this)
with (this.IMAGE1)
height = 0.6316
left = 4
top = 0.8
width = 1.8333
metric = 0
dataSource = 'FILENAME "redarrow.gif"'
alignment = 3
pageno = 4
borderStyle = 3
endwith
this.TEXT1 = new TEXT(this)
with (this.TEXT1)
height = 3.5263
left = 7
top = 0.7368
width = 72
metric = 0
colorNormal = "BtnText"
fontName = "MS Sans Serif"
fontSize = 8
text = "If you made any changes to the template, you can now choose to use the changes for the current generation only, save changes to the current template or create a new template. To create a new template without generating altering the schedule table, uncheck ";
+ "the Add option and select Save as New Template ."